From: Richard M. Stallman Date: Sun, 25 Jul 2004 17:44:14 +0000 (+0000) Subject: (enum window_part): Add ON_SCROLL_BAR. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~21533 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=67a1ce8584cca171704f393c950cb53e0190e0fd;p=emacs.git (enum window_part): Add ON_SCROLL_BAR. --- diff --git a/src/dispextern.h b/src/dispextern.h index 10754a4c01d..0dd9f3ed428 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -99,7 +99,8 @@ enum window_part ON_LEFT_FRINGE, ON_RIGHT_FRINGE, ON_LEFT_MARGIN, - ON_RIGHT_MARGIN + ON_RIGHT_MARGIN, + ON_SCROLL_BAR }; /* Number of bits allocated to store fringe bitmap numbers. */